ComponentOne Wijmo Open for Juice UI
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Sparkline Namespace / ListConverter<T> Class
Item type of the list.
Members

In This Topic
    ListConverter<T> Class
    In This Topic
    Type converter supporting comma-separated string form of list.
    Object Model
    ListConverter<T> Class
    Syntax
    'Declaration
     
    Public Class ListConverter(Of T) 
       Inherits System.ComponentModel.TypeConverter
    public class ListConverter<T> : System.ComponentModel.TypeConverter 
    Type Parameters
    T
    Item type of the list.
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          C1.Web.Wijmo.Controls.C1Sparkline.ListConverter<T>

    See Also